home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n09.zip / LSTMGT.DOC < prev    next >
Text File  |  1993-06-13  |  2KB  |  44 lines

  1. LSTMGT.BAT                                         Dean R. Lambe
  2.                                                   September 1992
  3. ----------------------------------------------------------------
  4. Title:         Phone-List Management Made Quick and Easy
  5.  
  6.                Batch files that create alphabetical phone lists
  7.                and get information from them fast.
  8.  
  9. Purpose:       MAKELIST.BAT does three things: It provides a
  10.                template for entering names and phone numbers,
  11.                it creates and lets you add to a text file that
  12.                lists phone numbers, and it sorts the list into
  13.                alphabetical order.
  14.  
  15. Comments:      Requires DOS programs SORT, FIND, and MORE.
  16.  
  17. Usage:         To start compiling a list, type MAKELIST. The 
  18.                batch file provides a template for entering names
  19.                and numbers, so align your cursor with the line
  20.                that appears at the top of the screen. Use periods
  21.                to separate names from numbers, and press Enter at
  22.                the end of each line. Lines do not wrap.  When you
  23.                have finished entering your list, press Enter, F6 
  24.                or Ctrl-Z, and Enter to complete the operation.
  25.  
  26. Additional     Two accompanying batch files for this system allow
  27.   Comments:    you to perform more functions.
  28.  
  29.                GETME.BAT will display your entire sorted list, one
  30.                screen at a time. If you provide a name, the program
  31.                invokes DOS's FIND which will list every occurrence
  32.                of the name you enter. Searches are case-sensitive.
  33.  
  34.                FIXLIST.BAT is a program that will help you keep 
  35.                the list you created with MAKELIST clean.  It will
  36.                invoke FIND's /V switch and will take the contents
  37.                of your LST.TXT file--except the text you mention--
  38.                into a temporary file, which will then be resorted
  39.                and renamed to a new LST.TXT (overwriting your old
  40.                file). Use this program with care.
  41.  
  42.  
  43.  
  44.